1.As in a real conversation, each label should address one topic at a time, helping the user to respond in the corresponding input field.
跟真实对话一样,每个标签每次只应突出一个主题,这样才能帮助用户在相应的输入域中作出应答。
2.If you think in terms of HTML elements, the input field will be pre-filled with the bound value from the data model.
从HTML元素的角度来看,该输入字段预先填充了数据模型中绑定的值。
3.left vs. right Contrary to common advice, above the input field is not always the most usable location for a label.
跟一般的建议相反,输入域上方并不总是放置标签的最佳位置。
4.By default, the width of the suggestion area is set to that of the input field.
默认情况下,推荐区域的宽度设为i输入栏的宽度。
5.The body of the page includes an input field for the search term and a results p that holds the output.
页面的主体包括搜索关键词的输入字段和保存此输出的结果p。
6.As soon as you tab out of any input field in the table, JavaScript code attached to the onblur event runs.
一旦焦点离开表中任意输入栏,就会运行与onblur事件联系的JavaScript代码。
7.It has a single input field for entering the shortname of the contact to be edited, along with an Edit button to submit the request.
其中有一个输入字段用于输入要编辑的联系人的短名称,还提供了一个Edit按钮来提交请求。
8.It will echo what you send and append the word Hello, so you can put anything you want in the input field.
它将对您发送的内容作出回应,将其附加到单词Hello之后,因此您可以在输入字段中放入任何想要的内容。
9.You could show an icon next to an input field that the user can click on when they need help for that field.
可以在输入域旁边放个小图标,让用户在需要时自行点击。
10.This pulls the keyword from the input field and uses it to create the URL string that you want to call.
它从输入字段取得关键词并用于创建需要调用的URL。